/*main div*/
#main {
	width: 900px; 
	height: 452px;
	margin: 0;
	padding: 0;
}
#logoArea {
	width: 892px;
	height: 125px;	
	float: left;
}
/*#upperRight {
	height:125px;
	width: 340px;
	margin:0 0 0 560px;
	text-align: center;
}*/
#upperRightButton {
	position: relative;
	top: -22px;
	left: -18px;
	z-index: 998;
}
.recoPros,.recoPros:visited {
	background:url(../../../../images/headerImages/recoPros.jpg);
	background-repeat:no-repeat;
	display:block;
	height:28px;
	margin: 0 auto;
	width:340px;
	padding: 32px 0 0 20px;
	color: #414141;
}
.recoPros:hover {
	background:url(../../../../images/headerImages/recoPros.jpg) 0 -60px;
	background-repeat:no-repeat;
	padding: 33px 0 0 20px;
	height: 27px;
	color: #C66909;
}
.recoPros span {
	text-transform: uppercase;
	font-size: 15px;
}
#upperRightListBox {
	width: 340px;
	height: 30px;
	text-align: center;
	margin:0 0 0 560px;
}
.upperRightList {
	float: left;
    left: 50%;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 999;
}
.upperRightList li {
	float: left;
    position: relative;
    right: 50%;
}
.upperRightList a {
	background:url(../../../../images/headerImages/upperRightButtons.jpg);
	background-repeat:no-repeat;
    display: block;
    padding: 6px 0 0 0;
    text-decoration: none;
    width: 100px;
    height: 24px;
    color: white;
    font-weight: bold;
    font-size: 10px;
}
.upperRightList a:hover {
	background:url(../../../../images/headerImages/upperRightButtons.jpg) 0 -29px;
	background-repeat:no-repeat;	
	color: white;
	padding: 7px 0 0 0;
	height: 23px;
}
.upperRightList a span {
	/*position: relative;
	top: 6px;*/
}
#callToday {
	display: block; 
	height: 50px;
	position: relative;
	top: -8px;
	right: 27px;
	font-family: 'Century Gothic', arial, sans-serif;
	font-size: 25px;
	color: #525252;
	text-shadow: black 1px 1px 2px;
	text-align: right;
}
#callToday span {
	font-size: 20px;
}
.buttonName {
	
	color: black;
}
/* image slide styling */
h1 {text-align:center;}
.clear {overflow:auto;}
#vertical, #horizontal {
	/*margin:50px auto;*/
	width:900px;
	height: 255px;
}
#vertical div, #horizontal div {
	margin-right:1px;
	float:left;
	width:220px;
	height:255px;
	/*border:1px solid #999;*/
	position:relative;
	overflow:hidden;
}
#vertical img, #horizontal img {
	position:absolute;
}

/* bottom nav bar */
#smallNavBar {
	margin: 10px 0 0 0;
	height: 32px;
 	width: 884px;
 	background:url("../../../../images/headerImages/bottomBar.jpg");
}
#smallNavBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#smallNavBar ul li {
	float: left;
}
.smallNavLeft {
	width: 10px;
	height: 32px;
}
.smallNavRight {
	width: 9px;
	height: 32px;
}
.smallNav1 {
	display:block;
	height:32px;
	text-align: center;
	color: #444444;
	padding: 0 20px;
}
.smallNav1:hover {
	color: #C87100;
}
.smallNav1 span {
	position: relative;
	text-transform: uppercase;
	font-size: 9pt;
	top:8px;
}